File Types

.pdb (Program Database)

  • Developed by Microsoft.

  • Stores debugging information for programs compiled with Microsoft compilers (typically C, C++, C#, etc.).

Contents
  • Function names and their memory addresses

  • Global and local variables

  • Source file and line number mapping

  • Type information (classes, structs, enums)

  • Debugging symbols for libraries

  • Metadata for managed code (in .NET)